home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / cmdp70s.arc / #CHANGES.TX$ next >
Text File  |  1991-03-09  |  4KB  |  106 lines

  1. 7.0S   Fixed TextBox to return proper data.
  2.        Added FileOpen, FileRead, FileWrite and FileClose functions
  3.        Fixed assorted minor problems.
  4.        Added FileAppend function.
  5.        Fixed problem where menu of second Command Post did not show
  6.        up on unlicensed versions.
  7.  
  8.  
  9. 7.0R   Getting good at fixing hotkeys.  Got them fixed good this time.
  10.        Added better WinExec error messages. Small (1% ??) speed improvement.
  11.        Fixed *very* obscure bug in Browser.
  12.  
  13. 7.0P   Fixed the IniWritePvt and IniReadPvt problems once again.
  14.  
  15.        ***********************
  16.        ADDED HOTKEY CAPABILITY
  17.        ***********************
  18.        Hotkeys may now be associated with any menu item....See CP_HELP.CRD
  19.        and CMDPOST.CPM Sample menus. 
  20.  
  21.        Added a few new functions:
  22.   
  23.        DirRename(old-dir,new-dir)       The long missing Directory Rename
  24.        WallPaper("filename.BMP",0)      Changes Windows Wallpaper
  25.        ItemCount(list,delim)            Returns number of items in a list
  26.        ItemExtract(number,list,delim)   Extracts an item from a list
  27.  
  28.  
  29.        As usual, refer to CP_HELP.CRD.  Added Change Wallpaper to the View
  30.        command in CMDPOST.CPM
  31.  
  32. 7.0N   Added more international support in
  33.        
  34.        Fixed bug where DiskReset did not work properly on some networks
  35.  
  36. 7.0M   Fixed minor annoyance where screen would update when the iniwrite
  37.        function was called.  
  38.  
  39.        Fixed various problems in cmdpost.cpm file.  FORMAT and PIFEDIT sections
  40.        repaired.
  41.  
  42.        Added IniWritePvt and IniReadPvt functions for reading and writing private
  43.        ini files.
  44.  
  45.  
  46. 7.0K   Added IF-THEN statements   <<<<<<<<<<<<<<<<<
  47.  
  48.        Added GOTO statements      <<<<<<<<<<<<<<<<<
  49.  
  50.        Bug in DirItemize("*.*") fixed
  51.  
  52.        IniWrite now notifies all Winapps that the ini file was updated.
  53.  
  54.        Bug in StrScan fixed.  StrScan("xyz","z",0,@BACKSCAN) now works.
  55.  
  56.        DiskFree now accepts lowercase as well as uppercase characters.
  57.  
  58.        Changed CMDPOST.CPM and CMDUSER.CPM to use the IF-THEN's and the GOTO's
  59.  
  60.        Fixed a bug where copies to almost full floppies failed.
  61.  
  62.        The CPM files can now each be 64K in size (up from 32K).
  63.  
  64.        Command Post is now a real Windows 3.0 application, and will no longer
  65.        work with Windows 2.0
  66.  
  67.        Changed the setup program.  Now we have a Windows 3.0 setup program too.
  68.  
  69.  
  70. 7.0J and Previous
  71. 7.0J   Modified copyright notice to only show up once a day
  72.  
  73.        Fixed bug in WinClose where mouse would temporarily lock up.
  74.  
  75.        Added File.Hilite and File.Unhilite menu items to cmdpost.cpm
  76.  
  77.        Fixed bug where unary operations paired with functions resulted
  78.        in a syntax error.   e.g.  !IsNumber(5) used to be an error.
  79.  
  80.        Fixed bug with WinActivate and WinShow...
  81.  
  82.        Added WIN.INI file AutoUpdate to control the automatic updating
  83.        of the directories.  If the flag is set to zero in the [CmdPost]
  84.        section of the win.ini file, the automatic updates will be disabled.
  85.        i.e. To disable the automatic updating,
  86.                [CmdPost]
  87.                AutoUpdate=0
  88.  
  89.  
  90.        DOSVersion   ...Returns DOS version (or OS/2 version)
  91.        WinConfig    ...Returns Win 3.0 configuration flags.
  92.        WinPosition  ...Returns Window position information
  93.        FileRoot     ...Parses out root of filename
  94.        FileExtension...           extension
  95.        FilePath     ...           drive and path
  96.        StrReplace   ...Replaces all occurances of one string with another
  97.        WinExist     ...Tests for Window existance
  98.        DiskReset    ...Re-examines disks...use after adding a network disk.
  99.        DiskHide     ...Hides disk drives.  Good for unwanted network drives.
  100.        FileHilite   ...Hilites or unhilites files based on a mask
  101.        IsKeyDown    ...Checks status of Shift and CTRL keys
  102.  
  103.        CP_VIRT.BAT file added to show how to start DOS apps
  104.        with a different path.
  105.  
  106.